home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / include / sys / ioctl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-11  |  282 b   |  15 lines

  1. /*
  2.  * DESQview/X Socket Library. Copyright (c) 1992 Quarterdeck Office Systems.
  3.  */
  4.  
  5. /*      @(#) ioctl.h    */
  6.  
  7. #ifndef __SYS_IOCTL_H__
  8. #define __SYS_IOCTL_H__
  9.  
  10. #define FIONREAD        5
  11. #define FIONBIO         6
  12. #define FIOSNBIO        6
  13.  
  14. #endif /* __SYS_IOCTL_H__ */
  15.